您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. febird C++ 库(附带所有源码)

  2. febird implemented a serialization framework(vs boost.serialization/google.protocolbuffer), can be used in protocol parsing, big/small data serialization, even in very small object serialize, performance is good. (such as key/data serialization in B
  3. 所属分类:C++

    • 发布日期:2009-04-27
    • 文件大小:4194304
    • 提供者:whinah
  1. Financial Applications Using Excel Add-in Development in C/C++

  2. This book is intended to provide the reader with a guide to the issues involved with creating powerful and reliable add-ins for Excel. With years of use, many people build up the experience and understanding needed to create custom functions for Exc
  3. 所属分类:C

    • 发布日期:2009-06-09
    • 文件大小:6291456
    • 提供者:xmlai
  1. Verilog-HDL coding style

  2. Verilog硬件描述语言编码风格 1. 文件头规定 // **************************************************************************** // Copyright (c) 2007, HDU ICCAD // ---------------------------------------------------------------------------- // FILE NAME : prescaler.v //
  3. 所属分类:C

    • 发布日期:2009-07-09
    • 文件大小:60416
    • 提供者:rsb198
  1. Daniel

  2. 详情参考:http://desheng.me 参考Apple Coding Guidelines for Cocoa, Google Objective-C Style Guide,Three20 Source Code Style Guildelines总结的Objective-C编码规范
  3. 所属分类:C

    • 发布日期:2010-10-31
    • 文件大小:224256
    • 提供者:avking
  1. Think in C++ 英文版(含卷一、卷二)

  2. 《C++ 编程思想》英文原版,包括卷一与卷二。 卷一目录: Title Pages Preface 1: Introduction to Objects 2: Making & Using Objects 3: The C in C++ 4: Data Abstraction 5: Hiding the Implementation 6: Initialization & Cleanup 7: Function Overloading & Default Arguments 8: Consta
  3. 所属分类:C++

    • 发布日期:2010-11-11
    • 文件大小:1048576
    • 提供者:DomeyIsABear
  1. Excel Add-in Development in C/C++

  2. This book is intended to provide the reader with a guide to the issues involved with creating powerful and reliable add-ins for Excel. With years of use, many people build up the experience and understanding needed to create custom functions for Exc
  3. 所属分类:C

    • 发布日期:2010-12-21
    • 文件大小:4194304
    • 提供者:samsam598
  1. Dissecting a C# Application: Inside SharpDevelop 源码

  2. All of the code in this book is taken from the 0.92 beta release of SharpDevelop. We have tried to present the code in a form similar to the actual source files. Sometimes, because of our desire to fit as much information into the book as possible,
  3. 所属分类:C#

    • 发布日期:2012-09-25
    • 文件大小:5242880
    • 提供者:findwall
  1. Designing Components with the C++ STL

  2. Designing Components with the C++ STL 'This book is the most accurate and up-to-date source of information on the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorith
  3. 所属分类:C/C++

    • 发布日期:2013-08-27
    • 文件大小:1048576
    • 提供者:luozhaowork
  1. Google Coding Style C++

  2. Google Coding Style C++
  3. 所属分类:C++

    • 发布日期:2015-03-17
    • 文件大小:442368
    • 提供者:seal80s
  1. Advanced Metaprogramming in Classic C++(Apress,3ed,2015)

  2. Advanced Metaprogramming in Classic C++: Third Edition, offers a detailed and somewhat intense look into template metaprogramming (TMP) using Classic C++ code examples. The two newer standards are not used in the code so that the examples can be ric
  3. 所属分类:C++

    • 发布日期:2015-06-20
    • 文件大小:3145728
    • 提供者:vanridin
  1. Advanced Metaprogramming in Classic C++

  2. Advanced Metaprogramming in Classic C++: Third Edition, offers a detailed and somewhat intense look into template metaprogramming (TMP) using Classic C++ code examples. The two newer standards are not used in the code so that the examples can be ric
  3. 所属分类:C++

    • 发布日期:2015-09-05
    • 文件大小:3145728
    • 提供者:fluber
  1. C++ Coding standard

  2. It helps if the standard annoys everyone in some way so everyone feels they are on the same playing field. The proposal here has evolved over many projects, many companies, and literally a total of many weeks spent arguing. It is no particular perso
  3. 所属分类:C++

    • 发布日期:2008-11-19
    • 文件大小:212992
    • 提供者:wsyanarki
  1. IDesign C# Coding Standard 2.32

  2. www.idesign.net开发的C#编码标准英文版,供参考
  3. 所属分类:C#

    • 发布日期:2008-12-27
    • 文件大小:230400
    • 提供者:jimatcsdn
  1. C# Coding Standards for .NET

  2. 簡單的說,這份文件提供給想要有組織的以C#撰寫.NET程式的人一些命名規則與程式撰寫原則。 This document describes rules and recommendations for developing applications and class libraries using the C# Language. The goal is to define guidelines to enforce consistent style and formatting and he
  3. 所属分类:C#

    • 发布日期:2009-01-17
    • 文件大小:115712
    • 提供者:mudadm
  1. C++编程规范 C++ coding standard

  2. The authors cover virtually every facet of C++ programming: design and coding style, functions, operators, class design, inheritance, construction/destruction, copying, assignment, namespaces, modules, templates, genericity, exceptions, STL containe
  3. 所属分类:C++

    • 发布日期:2009-03-19
    • 文件大小:537600
    • 提供者:bupala
  1. Tinking in C++(TXT)

  2. This appendix is not about indenting and placement of parentheses and curly braces, although that will be mentioned. It is about the general guidelines used in this book for organizing the code listings. Although many of these issues have been intro
  3. 所属分类:C++

    • 发布日期:2009-04-18
    • 文件大小:385024
    • 提供者:condax
  1. google c++ coding style guide

  2. 代码规范,看看google如何进行对代码编写的规范。编写整洁如一的代码 是开发好代码的第一步。
  3. 所属分类:C++

    • 发布日期:2018-06-22
    • 文件大小:569344
    • 提供者:kevin_sdm
  1. 谷歌C++编码规范

  2. 谷歌C++编码规范…… 源自 Google's C++ coding style rev. 3.2
  3. 所属分类:C++

    • 发布日期:2018-08-29
    • 文件大小:1020928
    • 提供者:qq_21815127
  1. google c++ coding style.png

  2. Google C++ Style Guide是一份不错的C++编码指南,我制作了一张比较全面的说明图,可以在短时间内快速掌握规范的重点内容。不过规范毕竟是人定的,记得活学活用。看图前别忘了阅读下面三条重要建议: 1 保持一致也非常重要,如果你在一个文件中新加的代码和原有代码风格相去甚远的话,这就破坏了文件本身的整体美观也影响阅读,所以要尽量避免。 2 一些条目往往有例外,比如下面这些,所以本图不能代替文档,有时间还是把PDF认真阅读一遍吧。 异常在测试框架中确实很好用 RTTI在某些单元测试中
  3. 所属分类:C++

    • 发布日期:2018-01-31
    • 文件大小:464896
    • 提供者:zcc1229936385
  1. Elements of Programming Interviews C++版

  2. This is a larger-format version of Elements of Programming Interviews. The language is C++.Specifically, the font size is larger, and the page size is 7"x10" (the regular format uses 6"x9"). The content is identical. The sampler should give you a ver
  3. 所属分类:C/C++

    • 发布日期:2018-12-24
    • 文件大小:6291456
    • 提供者:u013123773
« 1 23 4 5 6 »